I made a PAN132x footprint (with antenna) that's worked on a couple of prototype boards. It's in DipTrace. If you PM me your email, I'll be happy to send it to you.
However, as others have mentioned, the PAN132X modules are HCI-only, which means there's a shit-ton of firmware between putting the module on your board and having something that'll talk to your phone.
A better solution is probably to put an nRF51822 on your board to handle the Bluetooth stuff. The raw chips are cheap, and Nordic supplies the Bluethooth stack. You can also get modules like this one:
http://www.rfduino.com/product/rfd22301-rfduino-ble-smt/ that are somewhat larger than the PAN132X, but have a complete ARM Cortex-M0 that you can program to do your bidding.