[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / IVYPool / 0.1 / IVYPool.podspec.json
blob9f2f40a0bfd5ab9dba041ea4f832201c206e8f8a
2   "name": "IVYPool",
3   "version": "0.1",
4   "summary": "A thread safe pool factory for iOS. Store, get and create objects on demand.",
5   "homepage": "https://github.com/hfossli/IVYPool",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "authors": {
15     "HÃ¥vard Fossli": "hfossli@agens.no"
16   },
17   "source": {
18     "git": "https://github.com/hfossli/IVYPool.git",
19     "tag": "0.1"
20   },
21   "frameworks": "Foundation",
22   "source_files": "Source/**/*.{h,m,mm,hpp,cpp,c}",
23   "exclude_files": "Source/**/*Test.{h,m,mm,hpp,cpp,c}"